home *** CD-ROM | disk | FTP | other *** search
/ Ultra Pack / UltraComputing Partner Applications.iso / WWW / junk < prev    next >
Text File  |  1996-03-29  |  463b  |  14 lines

  1. #! /bin/sh
  2.  
  3.  
  4. tmpfil=/tmp/.iU_d_$$ 
  5. sed -e "s;/cdrom/cdrom0;$instpath;g" -e "s;driver11;`hostname`;" $instpath/Caldera/Cameleo/bin/.CAS.config | sed -e "s;//;/;g" > $tmpfil
  6. mv $tmpfil $instpath/Caldera/Cameleo/bin/.CAS.config 
  7. cp $instpath/Caldera/Cameleo/bin/.CAS.config $instpath/Caldera/Cameleo/lib/.CAS.config 
  8.  
  9. sed -e "s;/cdrom/cdrom0;$instpath;g" -e "s;^#ULTRA_PACK_HOME=;ULTRA_PACK_HOME=;" $instpath/run_demo > $tmpfil 
  10. mv $tmpfil $instpath/run_demo 
  11.  
  12.  
  13.  
  14.